Welcome![Sign In][Sign Up]
Location:
Search - udp vc

Search list

[Telnet Clientjisuanjiwangluo4

Description: 一、实验目的 了解和掌握基于UDP的网络通信应用程序; 了解和掌握基于TCP的网络通信应用程序。 二、实验要求 可以使用任何编程工具和编程语言实现。 编写一个网络通信应用程序,客户端和服务端可以通过该应用程序进行相互通信,传送信息或者传输文件。 TCP与UDP的方式任选其一。 提示:互联网上有非常多的各种语言开发的基于套接字方式网络通信协议的小例子程序,同学们可以多多参考。另外各种开发工具,比如:VB,VC,DELPHI,JAVA等都有相应的控件库或者功能库可以调用,使用这些库后,实际的开发过程非常简单。 三、实验内容 基于TCP或UDP的网络通信应用程序 -err
Platform: | Size: 309248 | Author: Justin | Hits:

[Ftp ClientUdpChat

Description: 1、说明:   本程序是一个局域网内的字符界面聊天程序,使用UDP协议及端口729,在VC6.0+Windows XP下编译通过。程序分为发送端与接受端,使用一个Workspace,打开ChatSrv文件夹下的ChatSrv.dsw文件即可。程序的编制也较简单,建立UDP连接后一方发送一方接收,可以算是一个基本的UDP编程范例。 2、用法:   使用本程序在局域网内聊天,需知道服务端的IP地址,可在服务端的cmd下运行ipconfig/all命令查看。使用时在一方先运行ChatSrv.exe等待,然后在另一端的cmd下运行“ChatClient 服务端IP”,然后即可进行通讯。欲使通讯结束可在任意一方输入小写字母‘q’。当运行ChatClient时不带参数则各本地机器连接,可用来测试。 -err
Platform: | Size: 40960 | Author: peter | Hits:

[Ftp ServerUdpChat_exe

Description: 1、说明:   本程序是一个局域网内的字符界面聊天程序,使用UDP协议及端口729,在VC6.0+Windows XP下编译通过。程序分为发送端与接受端,使用一个Workspace,打开ChatSrv文件夹下的ChatSrv.dsw文件即可。程序的编制也较简单,建立UDP连接后一方发送一方接收,可以算是一个基本的UDP编程范例。 2、用法:   使用本程序在局域网内聊天,需知道服务端的IP地址,可在服务端的cmd下运行ipconfig/all命令查看。使用时在一方先运行ChatSrv.exe等待,然后在另一端的cmd下运行“ChatClient 服务端IP”,然后即可进行通讯。欲使通讯结束可在任意一方输入小写字母‘q’。当运行ChatClient时不带参数则各本地机器连接,可用来测试。 -err
Platform: | Size: 30720 | Author: peter | Hits:

[ActiveX/DCOM/ATLSendAndRecv

Description: 一款OCX控件,基于UDP协议,能够实现由发送端发送信息,OCX控件接收到信息后将其显示在网页页面中。发送端和接收端可分别在不同机器上,只需对方的IP地址。-An OCX control, based on the UDP protocol, can be achieved by the sending end to send messages, OCX controls after receiving the information displayed on the website page. The sending end and receiving end can be in different machines, just the other side
Platform: | Size: 9392128 | Author: 韩金池 | Hits:

[TCP/IP stackChat

Description: 实现局域网内的语音通行,基于UDP的简单聊天程序,运用了多线程技术-Realize LAN voice traffic, a simple UDP-based chat program, using a multi-threading technology
Platform: | Size: 1910784 | Author: yaoshunchen | Hits:

[TCP/IP stackRUDP

Description:
Platform: | Size: 1189888 | Author: ew2117 | Hits:

[Internet-NetworkSmartServer

Description: VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Platform: | Size: 58368 | Author: 林健 | Hits:

[Internet-Networkudp-communication

Description: 网络调试精灵 基于VC++开发的网络调试,主要用UDP协议调试-Network Debug wizard-based VC++ Developed network debugging, the main use of UDP protocol debugging
Platform: | Size: 1933312 | Author: 陈任 | Hits:

[TCP/IP stackroaderTCPIP

Description: 一个简单的TCP/IP协议栈,实现ARP、IP、ICMP、UDP和TCP协议,底层驱动使用winpcap,可以在VC下调试。-A simple TCP/IP protocol stack, the realization of ARP, IP, ICMP, UDP and TCP protocol, the underlying driver to use winpcap, under the debugger in VC.
Platform: | Size: 289792 | Author: guo | Hits:

[OtherCHAT

Description: 基于vc++的网络聊天程序,采用udp传输协议-Based on vc++ Network chat program using udp Transfer Protocol
Platform: | Size: 5358592 | Author: sum | Hits:

[TCP/IP stackUDPchat

Description: 使用udp协议写的一个聊天程序。可是实现三个人同时在线聊天。对于初学网络编程者有很大帮助。使用VC6.0你编译通过。-Use udp protocol to write a chat program. But at the same time realize three online chat. Network Programming for the beginner who has great help to me. You use the VC6.0 compiler through.
Platform: | Size: 135168 | Author: 韩欣 | Hits:

[Internet-Networkudpjingdian

Description: udp广播收发,基于VC++,很经典的实现例程,值得研究-udp radio transceiver, based on the VC++, is the realization of the classic routines, worth studying
Platform: | Size: 22528 | Author: | Hits:

[Internet-NetworkUDP_Demo

Description: vc实现的使用UDP传输文件的程序,分开的!-vc achieved using UDP to transfer files procedure, separate from the!
Platform: | Size: 2172928 | Author: 邹君 | Hits:

[Othernormal_test_using_system_timer

Description: 本文件中主要包括两部分,其中一部分是使用vc++里的系统时间函数测试比较文件从磁盘导入内存和内存拷贝文件的时间区别,也测试比较了常用存储结构的操作性能,第二部分就是在linux系统下,使用linux系统时间函数测试在局域网内分别使用tcp和udp协议传输不同大小文件的时间开销,并做了简单分析。文件内还包括了比较详细的说明文档和测试数据及分析!开发语言是c语言。-This paper mainly include two parts, one of which is the use of vc++ System function of time in the test file from disk into memory and memory copy time difference test is also commonly used storage structure performance, and the second part is the linux system, linux system using the time function tests were used in the LAN tcp and udp protocol transmission time for different sizes of paper money, and make a simple analysis. Paper also includes a more detailed description of documents and test data and analysis! The development of language is the c language.
Platform: | Size: 43008 | Author: 赵成军 | Hits:

[Sniffer Package capturesniffer

Description: 编译环境:VC6 作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.-Compiler Environment: VC6 role: a simple function of sniffer. Use WSADATA such as windows socket. Can monitor tcp, udp, icmp, etc. may also need to change the code.
Platform: | Size: 13312 | Author: 嘟嘟 | Hits:

[TCP/IP stacknbtstat-vc

Description: 利用UDP协议得到某一网段内所有机器的IP、机器名、工作组、用户名和MAC地址。-Using UDP protocol to be a网段内all the machines IP, machine name, working groups, user name and MAC address.
Platform: | Size: 63488 | Author: 阿三 | Hits:

[TCP/IP stackSocketUDP

Description: 利用VC++6.0中的Socket类实现UDP协议。该程序中包括服务器和客户端程序,通过设置端口号后可直接通信。-Use VC++ 6.0 of the Socket class implements UDP protocol. The program includes server and client program, by setting the port number can be direct communication.
Platform: | Size: 1932288 | Author: 李静 | Hits:

[Internet-Networknbtstat_vc

Description: VC环境下开发的基于UDP协议的网段扫描器-VC environment developed under the agreement based on the UDP scanner segment
Platform: | Size: 43008 | Author: huahua | Hits:

[TCP/IP stackscanLAN

Description: 在VC环境下,利用UDP实现了局域网的扫描功能,能够列表显示IP地址,机器名,MAC地址等-In the VC environment, the use of UDP network scanning to achieve a function that shows a list of IP address, machine name, MAC address, etc.
Platform: | Size: 55296 | Author: 张勇 | Hits:

[Internet-Networkwinpcapneting

Description: 本人课程实验做的一个基于winpcap的网络嗅探器,附源程序,用c开发,在vc++6.0下编译通过。它可以列出监视主机的所有的网卡,选择一个网卡进行监听,捕获并显示流经网卡的数据包,并做相应的分析和统计,还可以设置捕获过滤规则,就某种协议(ip、 tcp、 udp 等)进行重点分析。 -I do a course experiments based on the WinPcap network sniffer, with source code, using c development, in vc++ 6.0 compiler passed under. It can list all the host surveillance network card, select a card to monitor, capture and display data packets flowing through the network card and do the appropriate analysis and statistics, can also set filters to capture the rules of some sort of agreement on the (ip, tcp , udp, etc.) the focus of analysis.
Platform: | Size: 97280 | Author: 郭为 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 31 »

CodeBus www.codebus.net